gtkgesture: ::cancel if a claimed sequence goes denied
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 5 Aug 2020 21:51:50 +0000 (23:51 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 5 Aug 2020 22:01:18 +0000 (00:01 +0200)
commitdc8adcda0e06aa0c3d650ea8df81667113ecb08e
tree7ddf53c6f56051867e91b9e68d000cc32d10666e
parent883a43ddd7a649ce3722ed09e599d82899ff7b53
gtkgesture: ::cancel if a claimed sequence goes denied

The regular paths just emit ::end, which isn't the whole thing.
This gives an opportunity to gestures that are stolen the sequence
to clean themselves up.
gtk/gtkgesture.c